Exit Descriptions IT by Leonardo Boselli

Version 2

"Basato sull'espansione Version 2 of Exit Descriptions by Matthew Fletcher."

Error

Includes and Included by are omitted for modules with errors

ni

++ 0% (Reading text)
++ 5% (Analysing sentences)
++ 15% (Drawing inferences)
++ 20% (Binding rulebooks)
++ 23% (Binding rulebooks)
++ 26% (Binding rulebooks)
++ 29% (Binding rulebooks)
++ 32% (Binding rulebooks)
++ 35% (Binding rulebooks)
++ 38% (Binding rulebooks)
++ 41% (Generating code)
++ 44% (Generating code)


In the line 'say "Da [qui] [regarding the player][puoi] andare"' (Leonardo Boselli/Exit Descriptions IT.i7x, line 16),
I was expecting that 'qui' would be something to 'say', but it didn't look
like any form of 'say' that I know. So I tried to read 'qui' as a value of
some kind (because it's legal to say values), but couldn't make sense of it
that way either. Sometimes this happens because punctuation has gone wrong
- for instance, if you've omitted a semicolon or full stop at the end of
the 'say' phrase.


In the line 'say "Da [qui] [regarding the player][puoi] andare"' (Leonardo Boselli/Exit Descriptions IT.i7x, line 16),
I was expecting that 'puoi' would be something to 'say', but it didn't look
like any form of 'say' that I know. So I tried to read 'puoi' as a value of
some kind (because it's legal to say values), but couldn't make sense of it
that way either. Sometimes this happens because punctuation has gone wrong
- for instance, if you've omitted a semicolon or full stop at the end of
the 'say' phrase.
++ 47% (Generating code)
++ 50% (Generating code)
++ 53% (Generating code)
++ 56% (Generating code)
++ 59% (Generating code)
++ 62% (Generating code)
++ 65% (Generating code)
++ 68% (Generating code)
++ 71% (Generating code)
++ 74% (Generating code)
++ 77% (Generating code)
++ 80% (Generating code)
++ 83% (Generating code)
++ 86% (Generating code)
++ 89% (Generating code)
++ Ended: Translation failed: 2 problems found
Copy Include Exit Descriptions IT by Leonardo Boselli to clipboard Include Exit Descriptions IT by Leonardo Boselli.
Leggi la documentazione originale di Exit Descriptions di Matthew Fletcher.
Version 2 of Exit Descriptions IT by Leonardo Boselli begins here.

"Basato sull'espansione Version 2 of Exit Descriptions by Matthew Fletcher."

"Appends a list of exit directions and names any previously visited rooms at the end of a room description."

The amount is a number variable.
The amount is 0.

The num is a number variable.
The num is 0.

After looking:
     Now the amount is the number of adjacent rooms;
     repeat with destination running through adjacent rooms begin;
         if the num is 0, say "Da [qui] [regarding the player][puoi] andare";
         let the way be the best route from the location to the destination, using even locked doors;
         if the way is a direction, say " a [way]";
         if the destination is visited, say " verso [the destination]";
         Decrease the amount by 1;
         Increase the num by 1;
         if the amount is 0, say ".";
         if the amount is 1, say " e";
         if the amount is greater than 1, say ",";
     end repeat;
     Now the amount is 0;
     Now the num is 0.

Exit Descriptions IT ends here.